Files
gf-core/src/runtime/javascript/tsconfig.json
2021-10-07 12:54:02 +02:00

16 lines
332 B
JSON

{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"rootDir": "./",
"moduleResolution": "node",
"declaration": true,
"outDir": "./dist",
"removeComments": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}