12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "ESNext",
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src", "spec"]
|
|
}
|