13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "./scripts",
|
|
"baseUrl": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"scripts"
|
|
],
|
|
"exclude": []
|
|
} |