mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
16 lines
276 B
JSON
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" }]
|
|
}
|