Prepping editor.
This commit is contained in:
14
editor/electron/tsconfig.json
Normal file
14
editor/electron/tsconfig.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"outDir": "../build",
|
||||
"rootDir": "../",
|
||||
"noEmitOnError": true,
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user