d-fi-core/tsconfig.json

15 lines
302 B
JSON
Raw Normal View History

2021-02-23 15:51:36 +01:00
{
"compilerOptions": {
"outDir": "dist",
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"declaration": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
2021-03-24 07:50:02 +01:00
},
"include": ["src"]
2021-02-23 15:51:36 +01:00
}