mirror of
https://github.com/7PH/powerglitch.git
synced 2026-06-16 12:34:00 +02:00
14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonjs",
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|