15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"strict": true,
|
|
"noEmitOnError": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"rootDir": "ts",
|
|
"outDir": "games/static/js/dist"
|
|
},
|
|
"include": ["ts/**/*.ts"]
|
|
}
|