15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"watch": true,
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"node_modules",
|
|
]
|
|
}
|