mirror of
https://github.com/zoriya/flood.git
synced 2026-06-09 04:56:47 +00:00
90dfdf0af8
Bug: #44
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"noEmit": false,
|
|
"sourceMap": false,
|
|
"outDir": "../dist"
|
|
},
|
|
"include": ["./**/*.ts", "./**/*.tsx", "../shared/**/*.ts", "../config.ts"]
|
|
}
|