mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: move ts-smoke tests to core (#16930)
* chore: move ts smoke tests to core * fix: fix paths for tsconfig / ts-smoke runner * update ts-defs version * do not lintr
This commit is contained in:
committed by
Samuel Attard
parent
95214fcd4b
commit
319c2853df
19
spec/ts-smoke/tsconfig.json
Normal file
19
spec/ts-smoke/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"electron/main.ts",
|
||||
"electron/renderer.ts",
|
||||
"../../electron.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user