21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"outDir": "built/"
|
|
},
|
|
"exclude": [
|
|
"built",
|
|
"node_modules",
|
|
"testapp",
|
|
"website",
|
|
"scripts",
|
|
"exampleTypescript",
|
|
"spec/**/*"
|
|
]
|
|
}
|