Files
foam/packages/foam-cli/tsconfig.json
2020-07-12 02:38:05 +02:00

16 lines
276 B
JSON

{
"compilerOptions": {
"declaration": true,
"importHelpers": true,
"module": "commonjs",
"outDir": "lib",
"rootDir": "src",
"strict": true,
"target": "es2017"
},
"include": [
"src/**/*"
],
"references": [{ "path": "../foam-core" }]
}