Files
engine/tsconfig.tests.json
Hu Song d0e639cd1c Test: Use Floss and Chai to Replace Jest (#778)
test: Use Floss and Chai to Replace Jest
2022-05-06 14:57:39 +08:00

17 lines
335 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": false,
"lib": [
"ES2017",
"DOM"
],
"declaration": true,
"inlineSourceMap": true,
"outDir": "lib"
},
"include": ["src/*.ts"]
}