15 lines
No EOL
253 B
JSON
15 lines
No EOL
253 B
JSON
/* general shared project config */
|
|
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"../js/workers"
|
|
],
|
|
"include": [
|
|
"../declarations/imports_*.d.ts",
|
|
"../js/**/*.ts"
|
|
]
|
|
} |