blob: 76ab177460fefce897c8b95631c832b36f99a39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"compilerOptions": {
"outDir": "./build",
"allowJs": true,
"target": "es5",
"module": "es2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["./app/**/*.ts"],
}
|