17 lines
No EOL
396 B
JSON
17 lines
No EOL
396 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "amd",
|
|
"outDir": "./dest",
|
|
"rootDir": "./src",
|
|
"removeComments": true,
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["DOM", "ES2016"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": []
|
|
}
|
|
|