svrjs/tsconfig.json

16 lines
No EOL
262 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*.d.ts"
],
"exclude": [
"node_modules"
]
}