9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "__build__",
|
|
"target": "ES2020"
|
|
},
|
|
"extends": "tsconfig/tsconfig.common.json",
|
|
"include": ["src/**/*"]
|
|
}
|