mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-06-21 18:11:08 +00:00
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": false,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true
|
|
}
|
|
}
|