mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"],
|
|
"types": [ "node" ],
|
|
"typeRoots": [ "../node_modules/@types" ]
|
|
} |