10 lines
160 B
JSON
10 lines
160 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"rootDir": "../../..",
|
||
|
|
"target": "ES2015",
|
||
|
|
"moduleResolution": "node"
|
||
|
|
},
|
||
|
|
"include": ["__app.ts"]
|
||
|
|
}
|