14 lines
257 B
JSON
14 lines
257 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"baseUrl": ".",
|
||
|
"lib": ["ESNext"],
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"strict": true,
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": ["src", "test", "global.d.ts"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|