manifold/functions/tsconfig.json

20 lines
328 B
JSON
Raw Normal View History

2021-12-10 18:10:30 +00:00
{
"compilerOptions": {
"baseUrl": "../",
"composite": true,
2021-12-10 18:10:30 +00:00
"module": "commonjs",
"noImplicitReturns": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017"
},
"references": [
{
"path": "../common"
}
],
2021-12-10 18:10:30 +00:00
"compileOnSave": true,
"include": ["src"]
2021-12-10 18:10:30 +00:00
}