13 lines
No EOL
234 B
JSON
13 lines
No EOL
234 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"outDir": "dist/",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"noEmit": true,
|
|
"strict": false
|
|
}
|
|
} |