singularity-forge/tsconfig.extensions.json

13 lines
245 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowImportingTsExtensions": true,
"allowJs": true,
"checkJs": false,
"rootDir": "."
},
"include": ["src/resources/extensions"],
"exclude": []
}