13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"lib": ["dom"],
|
|
"target": "es5",
|
|
"strict": true,
|
|
"allowJs": true
|
|
}
|
|
}
|
|
|