2023-03-23 20:09:00 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": ".",
|
|
|
|
"baseUrl": ".",
|
|
|
|
"lib": ["ESNext"],
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"strict": true,
|
|
|
|
"noEmit": true
|
|
|
|
},
|
2023-03-24 19:41:17 +08:00
|
|
|
"include": ["./src", "./test", "./global.d.ts"],
|
2023-03-23 20:09:00 +08:00
|
|
|
"exclude": ["node_modules"]
|
|
|
|
}
|