10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"target": "ES2015",
|
|
"lib": [ "es2015", "dom" ],
|
|
"strict": true
|
|
}
|
|
}
|