13 lines
185 B
JSON
13 lines
185 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"outDir": "dist",
|
||
|
"target": "es6",
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/app.ts"
|
||
|
]
|
||
|
}
|