15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "nodenext",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"allowImportingTsExtensions": true,
|
|
"erasableSyntaxOnly": true,
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": [".", "../global.d.ts"]
|
|
}
|