fdd7963bb2
Now that /devEnv has more than one typescript file, it should have its own typescript project
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["ESNext", "DOM"],
|
|
"rootDir": ".",
|
|
"types": ["node"],
|
|
"noEmit": true,
|
|
"target": "es6",
|
|
"composite": true
|
|
}
|
|
}
|