mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"rootDir": "./src",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"outDir": "./dist"
|
|
}
|
|
}
|